Generalized Linear Models
- GLMs = generalized linear models
- GLMS are a class of models that map high-dimensional inputs into a scalar output.
- The expected value is some function of an additive combination of parameters.
- It combines a linear filter + a nonlinear function + noise
- linear regression, logistic regression, and Poisson regression, are all just special cases of GLMs.
- linear:
- logistic:
- Poisson:
$$ Y_i \sim Poisson (\lambda) $$$$\lambda = \exp(\alpha + \beta_X X_i + \beta_Z Z_i)$$